home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / os2 / ka2_01e.zip / kitchen.hlp (.txt) < prev    next >
OS/2 Help File  |  1994-08-13  |  40KB  |  1,138 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help For Kitchen Assistance ΓòÉΓòÉΓòÉ
  3.  
  4.                           KITCHEN Assistant/2 Ver 0.1E
  5.                         (C) Copyrighted Allan Nancoz 1994
  6.  
  7. The Kitchen Assistant/2 main Window provide access to the many function 
  8. available to maintain and access the recipe database.  Multiple databases can 
  9. be maintain if desired. 
  10.  
  11. The recipe database is maintained in four files, recipe, ingredient, group, and 
  12. title file.  A recipe(s) can be search for using one or more of the following 
  13. criteria's: 
  14.  
  15. Γûá Title(s) 
  16. Γûá Group(s) 
  17. Γûá Ingredient(s) 
  18.  
  19. The search parameters allow for logical functions (and, or, and xor) to provide 
  20. for advance search functions. 
  21.  
  22. The menubar at the top of the window provides access to the following 
  23. functions. 
  24.  
  25. File           File, Import, and Export functions 
  26. Maintenance    Database Maintenance function 
  27. Options        Default Program options 
  28. Help           Access to the online help and product information window. 
  29.  
  30. The next area contains the three search parameter entry fields. 
  31.  
  32. The third area is a listbox that will contain the recipe that match your search 
  33. parameters or the recipes that have been imported. One or more of these recipes 
  34. can be selected for one of the following functions. 
  35.  
  36. View           View the selected recipe(s). 
  37. Edit           Edit the selected file(s) 
  38. Print          Print the selected file(s) 
  39. Delete         Delete the selected file(s) from the database. 
  40.  
  41. The control buttons available in this window are: 
  42.  
  43. * View         View the selected recipe(s). 
  44. * Edit         Edit the selected file. 
  45. * Print        Print the selected file(s). 
  46. * Delete       Delete the selected file(s) from the database. 
  47. New            Enter a new recipe into the database. 
  48. Search         Start search function. 
  49. ** Select All  Select all recipes contain in listbox. 
  50. DeSelect       * Deselect all recipes in listbox. 
  51. Exit           Exit Program. 
  52.  
  53. * These buttons will be disabled if their are no recipes selected in the 
  54. listbox ** This button will be disabled until the listbox contains recipes. 
  55.  
  56. Note:  MEAL-MASTER is a registered trademark of Episoft Systems. 
  57.  
  58.  
  59. ΓòÉΓòÉΓòÉ 1.1. Search ΓòÉΓòÉΓòÉ
  60.  
  61.                                      Search
  62.  
  63. The Search function provides the ability to find recipes that meet search 
  64. parameters entered in on or more of the entry fields, Title, Group, and 
  65. ingredients. 
  66.  
  67. SEARCH PARAMETERS FORMAT 
  68.  
  69.    ΓûáAll searches are not case sensitive. 
  70.  
  71.    ΓûáIf a full word search is desired enclose the word(s) with leading and 
  72.    trailing spaces in "(s).  A title search for "ham" will find recipes the 
  73.    following recipes: 
  74.        "Baked Ham Southern Style",  "Hamburgers" 
  75.    While a search for " Ham " would only find, 
  76.        "Baked Ham Southern Style" 
  77.  
  78.    ΓûáMultiple words that are not seperated by search operators will be taken as 
  79.    a phrase. 
  80.  
  81. A search parameter can contain logical operator to perform advanced search 
  82. function. 
  83.  
  84. OPERATORS Descrition 
  85. &         performs AND function. 
  86. |         performs OR function. 
  87. ^         performs a exclusive OR function. 
  88. \         performs NOT function 
  89. ()        Use to modify the left to right ordering of operations. 
  90.  
  91. Examples  (using title or ingredient search parameter) 
  92.                blue & cheese 
  93.           This would only the recipe title "Blueberry Cheesecake" because both 
  94.           "blue" and "cheese" in the title. 
  95.  
  96.     Blue | cream 
  97. This would find the titles "Blueberry Cheesecake ", "Strawberry Ice Cream" 
  98. because the contain "blue" or "cream" somewhere in the title. 
  99.  
  100.    coffee ^ cake 
  101. This would find any recipe with either coffee or cake in in the title, but 
  102. would reject the recipes that had both words in the title. 
  103.  Example: Rum Cake would be found, but Coffee cake would not be found. 
  104.  
  105.    \onion & garlic 
  106. This would find recipes that did not contain "onion", but did contain garlic. 
  107.  
  108. For a recipe to meet the search criteria all the parameter that are specified 
  109. in the three search fields must be meet.  If the field is blank, it is ignored. 
  110.  
  111. After you enter all the search parameter that you wish to use, press the Search 
  112. button to start the search.  The button color will change to Yellow and the 
  113. text will change to "Stop". The database will be search first using the title 
  114. parameter, if specified. As each recipe that match the search parameter is 
  115. found it will be entered into the listbox, in sorted ordered and the count of 
  116. found recipes will be display in the lower left status box. At anytime you can 
  117. cancel the search by pressing the yellow stop button. 
  118.  
  119. When the title search is completed, the group search will start.  If a title 
  120. search was specified, the group search will use the titles found by the title 
  121. search for its search.  In this case if the found title does not match the 
  122. group search parameter it will be removed from the listbox and the found count 
  123. will be reduced by 1. 
  124.  
  125. If no title search was specified, the group search will search all the recipes 
  126. in the database for matches and add them to the listbox and found count. 
  127.  
  128. After the group search is completed, the ingredient search will be performed in 
  129. the same manner as the other searches. 
  130.  
  131. The search can be cancelled at any time by pressing the "Stop" button.  Any 
  132. recipes found will remain in the list box. 
  133.  
  134. Warning: Due to a current limitation to the amount of text listbox that a list 
  135. box can contain, a search may find more recipes that can be contained in the 
  136. list box.  In this case a warning message will be displayed and the search will 
  137. stop. 
  138.  
  139. Upon completion of all the search, the Stop button will return to it's default 
  140. color and the text will go back to "Search". 
  141.  
  142. The recipes found now can be selected for further operations. 
  143.  
  144. ALL TITLES 
  145. If the All title checkbox is checked, all titles found in the recipe file will 
  146. be placed in the list box.  Any entries in the search entry fields will be 
  147. ignored. 
  148. For a large database this may exceed the listbox limitation mentioned above. 
  149.  
  150.  
  151. ΓòÉΓòÉΓòÉ 1.2. Edit ΓòÉΓòÉΓòÉ
  152.  
  153. The Edit button will open the Editor window with the current recipe displayed 
  154. ready to be modified. 
  155.  
  156. See Editor 
  157.  
  158.  
  159. ΓòÉΓòÉΓòÉ 1.3. Recipe Print ΓòÉΓòÉΓòÉ
  160.  
  161. View window         Prints all the selected recipes. 
  162. Editor Window       Prints the currently displayed recipe. 
  163.  
  164.  
  165. ΓòÉΓòÉΓòÉ 1.4. New Recipe ΓòÉΓòÉΓòÉ
  166.  
  167. The New button sets up the recipe editor window for entry of a new recipe. 
  168.  
  169. See Editor 
  170.  
  171.  
  172. ΓòÉΓòÉΓòÉ 1.5. Delete Recipe ΓòÉΓòÉΓòÉ
  173.  
  174. The delete button will be enabled whenever one or more recipes in the listbox 
  175. is selected.  When the delete button is pressed, you will be asked to confirm 
  176. the deletetion request.  If you response "Yes" all the selected recipes will be 
  177. deleted form the recipe file. 
  178.  
  179. Warning: Once the recipe(s) are deleted there is no way to recover them. 
  180.  
  181. The disk space used by the deleted recipe(s) will be made available to Kitchen 
  182. Assistant/2 for new or edited recipes.  To make the disk space available to 
  183. other programs the Pack function will have to be run. 
  184.  
  185.  
  186. ΓòÉΓòÉΓòÉ 1.6. Select All ΓòÉΓòÉΓòÉ
  187.  
  188. The Select All Push Button will select all the recipes currently in the list 
  189. box.  This button will be disabled until the listbox contains recipes titles. 
  190.  
  191.  
  192. ΓòÉΓòÉΓòÉ 1.7. Deselect recipe(s) ΓòÉΓòÉΓòÉ
  193.  
  194. The DeSelect push button will become enabled when one or more recipes are 
  195. selected in the listbox.  When the button is pushed all recipes will be 
  196. deselected. 
  197.  
  198.  
  199. ΓòÉΓòÉΓòÉ 1.8. Exit ΓòÉΓòÉΓòÉ
  200.  
  201. When the Exit button is push you will be prompted if you want to exit the 
  202. program.  If you respose by pressing the Yes button, all recipe files will be 
  203. saved and Kitchen Assistant/2 will exited. 
  204.  
  205.  
  206. ΓòÉΓòÉΓòÉ 2. File Menu ΓòÉΓòÉΓòÉ
  207.  
  208.                                     FILE MENU
  209.  
  210. The file dropdown menu consist of several items that pertain to the Kitchen 
  211. Assistant/2 recipe file handling.  Also Kitchen Assistant/2 can be exited from 
  212. this menu. 
  213.  
  214. New Recipe File Creates a new set of recipe files. 
  215. Open           Open a recipe file. Kitchen Assistant/2 can maintain as many 
  216.                recipes files as you wish.  The only limit is your disk space. 
  217. Import         Import recipes in three different formats. 
  218. Export         Exports recipes in two different formats. 
  219. View Log       View the log for the current recipe. 
  220.  
  221.  
  222. ΓòÉΓòÉΓòÉ 2.1. New DataBase ΓòÉΓòÉΓòÉ
  223.  
  224. This function will create a new initialized recipe file.  Enter the name of the 
  225. new recipe file you want to create without a extension.  Then press OK. 
  226.  
  227. If a recipe file exist with the name you entered, you will be asked if you want 
  228. to delete the existing recipe file. 
  229.  
  230. Warning: If you answer Yes, all data in the existing recipe file will be lost 
  231. and a empty recipe file, with the same name will be created. 
  232.  
  233.  
  234. ΓòÉΓòÉΓòÉ 2.2. Open Database ΓòÉΓòÉΓòÉ
  235.  
  236. You can open another existing recipe file.  The current recipe file will be 
  237. close and a File Dialog window will be opened with the default Drive and 
  238. Directory set.  You can change the Drive and Directory if the recipe file you 
  239. want to open is not located in the default location.  The default  Path  can be 
  240. set in Option, Path. 
  241.  
  242. All the existing recipe files that are in the specified path will be displayed. 
  243. Select the recipe file that you want to open by clicking on it, then pressing 
  244. OK. You can also just double click on the recipe file to open it. 
  245.  
  246. If you want to create a new recipe file,  use File, New Recipe File 
  247.  
  248.  
  249. ΓòÉΓòÉΓòÉ 2.3. Import Recipes ΓòÉΓòÉΓòÉ
  250.  
  251. Three formats are acceptable for import to Kitchen Assistant/2. 
  252.  
  253. Kitchen Assistant/2     This format is not in a user readable format.  See 
  254.                         Export Kitchen Assistant/2 
  255. Text                    This format is in readable and printable form. See 
  256.                         Export Text 
  257. Meal-Master             This will import recipes that were exported by the 
  258.                         Meal-Master (tm) program. 
  259. While importing recipes in any of the above formats if a error occurs, an 
  260. attempt will be made to write the recipe to a error file "recipe.err" if 
  261. possible.  The recipe will be in Kitchen Assisant Text format and can be edited 
  262. will a text editor to fix the error.  The error type, if know will appear in 
  263. the "Start of Recipe" line. 
  264.  
  265.  
  266. ΓòÉΓòÉΓòÉ 2.3.1. Import, Kitchen Assistance ΓòÉΓòÉΓòÉ
  267.  
  268. This will import recipes that were exported in the Kitchen Assistant/2 export 
  269. format. 
  270.  
  271. A File Dialog window will be open with the default Drive and Directory set. 
  272. Also the file mask will be set to the import/export extension for this 
  273. format(*.IKA, *.EKA). The file to be imported can have any extension.  The only 
  274. requirement for the import to be successful is that the recipes in the file be 
  275. in the KA/2 format. 
  276.  
  277. CAUTION:
  278. Do not use this format to import text files.  The format used here is not a 
  279. ASCII text. To import a Kitchen Assistant/2 Text file use File / Import / Text. 
  280. To import Meal-Master (tm) text recipes, use File / Import / Meal-Master (tm). 
  281.  
  282. After the file to be imported has been selected, the Import Window will be 
  283. open. 
  284.  
  285.  
  286. ΓòÉΓòÉΓòÉ 2.3.2. Import Text ΓòÉΓòÉΓòÉ
  287.  
  288. This will import recipes that were exported in the Kitchen Assistant/2 text 
  289. format. 
  290.  
  291. A File Dialog window will be open with the default Drive and Directory set. 
  292. Also the file mask will be set to the import/export extension for this format 
  293. (*.ITX, *.ETX). The file to be imported can have any extension.  The only 
  294. requirement for the import to be successful is that the recipes in the file be 
  295. formatted correctly. 
  296.  
  297. CAUTION:
  298. Do not use this format only to import Kitchen Assistant/2 text files. To import 
  299. a Kitchen Assistant/2 Export file use File, Import, Kitchen Assistant/2. 
  300. To import Meal-Master (tm) text recipes, use File, Import, Meal-Master (tm). 
  301.  
  302. After the file to be imported has been selected, the Import Window will be 
  303. open. 
  304.  
  305.  
  306. ΓòÉΓòÉΓòÉ 2.3.2.1. Format for Kitchen Assistance Text ΓòÉΓòÉΓòÉ
  307.  
  308. A recipe in ASCII text that can be import by Kitchen Assistant/2 must conform 
  309. to the following specification. 
  310.  
  311.  1. Key word will seperate sections of the recipe. 
  312.  2. All text until the start of recipe will be ignored. 
  313.  3. All Key Words must start at column 1 of the line and end with a ":". 
  314.  4. Key Words can be Upper or lower case or mixed. 
  315.  5. Text associated with the Key Word can follow on the same line as the key 
  316.     word or start on the next line. 
  317.  6. The current section is terminated when another Key Word is detected or the 
  318.     end of file is encountered.. 
  319.  7. Blank lines are ignored unless noted below. 
  320.  8. The Key Words can be in any order between the "start of recipe" line and 
  321.     the "End of Recipe" line. 
  322.  
  323. Start of Recipe          5 or more of the same characters repeated starting at 
  324.                          column 1 of the line and the words "Kitchen Assistant" 
  325.                          some where on the line after the repeated characters. 
  326. End of recipe            5 or more of the same characters repeated starting at 
  327.                          column 1 of the line. 
  328.  
  329. KEY WORD            Description 
  330. Title:              Followed by the Title text. 
  331. Group:              Followed by each group(s) associated with this recipe 
  332.                     separated by a comma and a space. 
  333. Description:        Followed by the description text.  The description text is 
  334.                     not formatted in anyway. 
  335. Yield:              Followed by a numeric Qty, 1 or more spaces and then the 
  336.                     unit of measure. 
  337. Preparation Time:   Followed by the preparation time text, 
  338. Cooking Time:       Followed by the cooking time text. The preparation time and 
  339.                     the Cooking time can be on the same line. This text must 
  340.                     not exceed one line. 
  341. Source/Author:      Followed by the source text. 
  342. Ingredients:        Followed by each ingredient line or header line. 
  343.                     The Header line must be in the following format: 
  344.  
  345.                     5 or more of the same character followed by the header 
  346.                     text, followed by a optional 5 or more of the same 
  347.                     character.  The leading and trailing (if used) characters 
  348.                     must be the same character. 
  349.  
  350.                     Each Ingredient line must have the following format: 
  351.  
  352.                     A Qty, (valid characters are 1234567890/ .), 2 or more 
  353.                     spaces followed by a unit of measure, abbreviated to two 
  354.                     characters, 2 or more spaces. 
  355.  
  356.                     Next will be ingredient text.  This text is free form. KA/2 
  357.                     uses the text up to the first "," or ";" as the text for 
  358.                     it's ingredient index. If you enter the ingredient text in 
  359.                     the following format the number of indexes will be reduced 
  360.                     and operation will be sped up. 
  361.                           1  c  flour, Unbleached 
  362.                     In this case only the word "flour" will be used as a 
  363.                     ingredient index. But remember that KA/2 will work fine 
  364.                     even if you leave out the comma. 
  365.  
  366.                     If the ingredient text continues on the next line, the Qty 
  367.                     field must blank or contain only a "." and Measurement 
  368.                     fields must be blank 
  369.  
  370.                     Warning: At the current time 2 column format for 
  371.                     ingredients is not supported 
  372.  
  373.  
  374. Instructions:       Followed by the instruction text.  Instructions are stored 
  375.                     as paragraphs. The start of a paragraph will be detected if 
  376.                     a header line line is found or if a blank line is found 
  377.                     between two text lines within the instruction section. 
  378.  
  379.                     The Header line must be in the following format: 
  380.  
  381.                     5 or more characters repeated followed by the header text, 
  382.                     followed by a optional 5 or more repeated characters.  All 
  383.                     the leading and trailing (if used) characters must be the 
  384.                     same character. This is the same format as Ingredient 
  385.                     header lines. 
  386.  
  387.                                         CAUTION:
  388.                     Blank lines are not ignored within the instruction section. 
  389.  
  390.  
  391. Nutrition           The Key Word "Nutrition:" start this section.  The 
  392.                     following Sub Key words are used to located the values to 
  393.                     be stored. Sub Key Words can appear any where on the line, 
  394.                     in any order and multiple Sub Key Words can appear on a 
  395.                     line except as noted below. 
  396.  
  397.     "per:"        Must NOT be on a line with another Sub Key Word. Followed by 
  398.                   the unit of measure text. 
  399.  
  400.    "Calories:"    Followed by a numeric value. 
  401.  
  402.    "Protein:"     Followed by a numeric value. 
  403.  
  404.    "Sodium:"      Followed by a numeric value. 
  405.  
  406.    "Total Fat:"   Followed by a numeric value. 
  407.  
  408.    "Saturated Fat:" Followed by a numeric value. 
  409.  
  410.    "Cholesterol:" Followed by a numeric value. 
  411.  
  412.    "Carbohydrates:" Followed by a numeric value. 
  413. Notes:              Followed by the note text. This text is not formatted in 
  414.                     any way. 
  415.  
  416.  
  417. ΓòÉΓòÉΓòÉ 2.3.3. Import MealMaster ΓòÉΓòÉΓòÉ
  418.  
  419. This will import recipes that were exported in Meal-Master (tm) N, M, or B 
  420. format. 
  421.  
  422. A File Dialog window will be open with the default Drive and Directory set. 
  423. Also the file mask will be set to the default import extension for this format 
  424. (*.IMM). The file to be imported can have any extension.  The only requirement 
  425. for the import to be successful is that the recipes in the file be formatted in 
  426. the Meal-Master (tm) format. 
  427.  
  428. CAUTION:
  429. Do not use this format to import any other formats. To import a Kitchen 
  430. Assistant/2 Export recipes, use File / Import / Kitchen Assistant/2. 
  431. To import Kitchen Assistant/2 Text recipes, use File / Import / Text. 
  432.  
  433. After the file to be imported has been selected, the Import Window will be 
  434. open. 
  435.  
  436.  
  437. ΓòÉΓòÉΓòÉ 2.4. Export Recipe ΓòÉΓòÉΓòÉ
  438.  
  439. Kitchen Assistant/2 exports recipes in two different formats. 
  440.  
  441. Kitchen Assistant/2. This format is not in a user readable format.  See Kitchen 
  442.                     Assistant/2 Import. 
  443. Text.               This format is in readable and printable form. See Text 
  444.                     Import. 
  445.  
  446.  
  447. ΓòÉΓòÉΓòÉ 2.4.1. Export Kitchen Assistance ΓòÉΓòÉΓòÉ
  448.  
  449. The Kitchen Assistant/2 export format is not intended to be user readable. It 
  450. is intended for faster importing by Import, KA and for internal use by Kitchen 
  451. Assistant/2/2. 
  452.  
  453. For a user readable export format see Export Text.  This format used for 
  454. printed or for including a recipe in a e-mail message. 
  455.  
  456.  
  457. ΓòÉΓòÉΓòÉ 2.4.2. Export Text ΓòÉΓòÉΓòÉ
  458.  
  459. The text format exports recipes in a readable and printable ASCII text form. 
  460. The recipe is formatted with a key word at the start of each section.  If their 
  461. is no text in a section, the key word will not be printed.  The print function 
  462. uses the same format. 
  463.  
  464. See  Text Format for a full description of the text format. 
  465.  
  466.  
  467. ΓòÉΓòÉΓòÉ 2.5. View Log ΓòÉΓòÉΓòÉ
  468.  
  469. The View Log will display the contents of the log for the current recipe file. 
  470. One log entry is displayed per line.  Use the scroll bar to move through the 
  471. file. 
  472.  
  473. CONTROLS 
  474.  
  475. OK                Return to main window. 
  476.  
  477. Delete            Deletes the selected entries from the log file. 
  478.  
  479. Erase File        Deletes the log file. 
  480.  
  481.  
  482. ΓòÉΓòÉΓòÉ 3. Maintenance Menu ΓòÉΓòÉΓòÉ
  483.  
  484. The maintenance menu provides functions to do housekeeping on the recipe 
  485. DataBase. 
  486.  
  487. Pack           Compresses the recipe files and makes unused disk space 
  488.                available to other programs. 
  489.  
  490.  
  491. ΓòÉΓòÉΓòÉ 3.1. Create Default INI ΓòÉΓòÉΓòÉ
  492.  
  493. This function will create a default INI file. You will be asked if you really 
  494. want to create a new INI file. 
  495.  
  496. Warning: If you response Yes, your current INI file will be replaced with a new 
  497. file.  All your current option setting will be lost. 
  498.  
  499.  
  500. ΓòÉΓòÉΓòÉ 3.2. Pack Database ΓòÉΓòÉΓòÉ
  501.  
  502. The pack function is used to release any unused space in the recipe files for 
  503. use by other programs.  When you delete or modify recipes space used by the 
  504. recipes deleted or modified are mark as available for KA/2 use.  This space 
  505. will be used first by KA/2 for new or modified recipes.  The only time you may 
  506. have to use this function is if you did a large scale deletation of recipes and 
  507. you want to make the disk space available to you system. 
  508.  
  509. Note:  The pack function DOES NOT compress the KA/2 files. 
  510.  
  511. The pack proceedure is done by first exporting the recipes in KA/2 format, then 
  512. renames the recipe files to temporary files.  Next a set of recipe files is 
  513. created with the same name as the orginal recipe files, then the exported file 
  514. is import into the new recipe file.  At the end all temporary files are 
  515. deleted. 
  516.  
  517.  
  518. ΓòÉΓòÉΓòÉ 4. Option Menu ΓòÉΓòÉΓòÉ
  519.  
  520. The options notebook permits you to change the default parameters for Kitchen 
  521. Assistant/2 
  522.  
  523. NOTEBOOK PAGES 
  524.  
  525. Paths                    Set the default path and recipe file name. 
  526.  
  527. Printer                  Set the parameters for the print functions. 
  528.  
  529. Groups                   Sets the Groups used by recipe files. 
  530.  
  531. Measures                 Sets the measurements use for ingredients. 
  532.  
  533. Yield                    Sets the measurements used for yield and nutritional 
  534.                          information. 
  535.  
  536. Print Formats            User defined recipe formats used for print or 
  537.                          Exporting text file. 
  538.  
  539. Screen Position          Defines at what position the main window will open at 
  540.                          start up. 
  541.  
  542. Source                   Adds or append text to the source line when a recipe 
  543.                          is imported or inputted. 
  544.  
  545. Misc                     Misc. toggles that control functions of Kitchen 
  546.                          Assistant/2 
  547.  
  548.  
  549. ΓòÉΓòÉΓòÉ 4.1. Paths ΓòÉΓòÉΓòÉ
  550.  
  551. Default Recipe           This is the recipe file that is opened when the 
  552.                          program starts up. 
  553.  
  554. Working directory        This is the directory that the recipe files and other 
  555.                          files that are generated by the program are stored by 
  556.                          default. You will be able to specifiy another 
  557.                          directory if you wish for most file operation. 
  558.  
  559. File Extensions          These are the default extensions that will be used for 
  560.                          Import and Export operation.  You can specify other 
  561.                          extensions when the operation is performed. 
  562.  
  563.  
  564. ΓòÉΓòÉΓòÉ 4.2. Printer Options ΓòÉΓòÉΓòÉ
  565.  
  566. These are the parameters used for printing recipes. The default character set 
  567. for the printer is used. 
  568.  
  569.                     Number of chars that will fit in one line of text with 0 
  570.                     margins. 
  571.  
  572.                     The number of spaces to use as as a Left margin. 
  573.  
  574.                     The number of spaces to use as as a right margin. 
  575.  
  576.                     The device to output the recipe to ( LPT1, LPT2, COM1 
  577.                     etc.).  You can enter a file name here and the text will be 
  578.                     stored in the file with margins added.  This is the same as 
  579.                     using File, Export, File, Export,text except that margins 
  580.                     are added. 
  581.  
  582.                     This is the character that is used before and after a 
  583.                     ingredient or Instruction header. 
  584.  
  585.  
  586. ΓòÉΓòÉΓòÉ 4.3. Group Options ΓòÉΓòÉΓòÉ
  587.  
  588. The predefined groups for Kitchen Assistant/2 are set here.  You are no limited 
  589. to the number of groups used in a recipe file.These is a limit to the number 
  590. (50) of predefined groups listed here.  The predefined groups will be available 
  591. in the listbox when you are editing a recipes.  New groups entered while 
  592. editing recipes are not entered into the predefined list.  If you want to add 
  593. the group to the predefine list you must enter it in the Options window. 
  594. Recipes that are being imported will used the groups in the recipe, unless you 
  595. select to change them manually by selecting the verify option in the Import 
  596. window. 
  597.  
  598. New groups can be add to the predefine list by entering them to the top entry 
  599. field.  To delete groups from the list select the group(s) you want to delete, 
  600. then press the delete button. 
  601.  
  602.  
  603. ΓòÉΓòÉΓòÉ 4.4. Measures Options ΓòÉΓòÉΓòÉ
  604.  
  605. The predefined for Kitchen Assistant/2 are set here.  You are no limited to 
  606. these measurements used in a recipe. There is a limit of 40 predefined units of 
  607. measure. The predefined unit of measure will be available in a dropdown box 
  608. when editing recipe ingredients. Recipes that are being imported will used the 
  609. measurements in the import recipe, unless you select to change them manually by 
  610. selecting the verify option in the Import window. 
  611.  
  612. New measurements can be add to the predefine list by entering them to the top 
  613. entry field. The format for the entry is a 2 character measurement abbreviation 
  614. followed by on or more spaces and the the long version of the measurement. 
  615.  
  616. To delete measurements from the list, select the measurements(s) you want to 
  617. delete, then press the delete button. 
  618.  
  619. CAUTION:
  620. There is a limit of 40 predefined measurements allowed. 
  621.  
  622.  
  623. ΓòÉΓòÉΓòÉ 4.5. Yield Measurments ΓòÉΓòÉΓòÉ
  624.  
  625. The predefined for Kitchen Assistant/2 are set here.  You are no limited to the 
  626. yield measurement used in recipes. The predefined units are limited to 20, and 
  627. are used when editing recipes as a short cut.  You can use on of the predefined 
  628. yield measurement enter some other measurement while editing recipes.  If you 
  629. entera new yield measure it will not be entered into the predefine list of 
  630. yield measurements.  If your want the measurement in the predefine list, you 
  631. have to enter them in this option window. 
  632.  
  633. Recipes that are being imported will used the yield measurement in the import 
  634. recipe, unless you select to change them manually by selecting the verify 
  635. option in the Import window. 
  636.  
  637. New yield measurement can be add to the predefine list by entering them to the 
  638. top entry field. Then press enter. 
  639.  
  640. To delete groups from the list select the group(s) you want to delete, then 
  641. press the delete button. 
  642.  
  643.  
  644. ΓòÉΓòÉΓòÉ 4.6. Print/Export Text Format ΓòÉΓòÉΓòÉ
  645.  
  646. Up to three user defined print/export formats can be defined here. You select 
  647. the section you wish to include in the recipe. You can also specify if this 
  648. format is to be used as the default. There is a default format which includes 
  649. all section.  At the start of the print or export, you will be given the 
  650. oportunity to select another format, if you have specified any user formats. 
  651. For the format to become available you must provide a name for the format. 
  652.  
  653. Note:  These formats apply only to printed recipes or recipes exported in the 
  654. text format. 
  655.  
  656.  
  657. ΓòÉΓòÉΓòÉ 4.7. Screen Open Position ΓòÉΓòÉΓòÉ
  658.  
  659. You can choice the screen position where you want the Main  Kitchen Assistant/2 
  660. window to open in on program start up. 
  661.  
  662. There are 9 buttons which represent the following screen positions: 
  663.  
  664.                      Upper Left,  Upper Center, Upper Right
  665.                       Middle Left, Middle,    Middle Right
  666.                      Lower Left,  Lower Center, Lower Right
  667.  
  668. There is also a check box, which if check will cause the main window position 
  669. to be saved when you exit the program.  This saved position will be used as the 
  670. starting position the next time you load KA/2. 
  671.  
  672.  
  673. ΓòÉΓòÉΓòÉ 4.8. Source ΓòÉΓòÉΓòÉ
  674.  
  675. The Optional Source text allows you to add text the Source/Author line of a 
  676. recipe.  The text that will be added is a standard text line or a custom line 
  677. defined by the user.  There are two standard text lines, one for recipes 
  678. inputted by the user, " Inputted by RegisterName", and one for imported recipes 
  679. "Imported from XXXX".  As part of the text line a marker (~~) is placed at the 
  680. begining of the text.  If this marker is found in the Source/Author line of the 
  681. imported recipe, no text will be added. 
  682.  
  683. Add text       If this is checked, the standard or custom text will be added 
  684.                only if the Source/Author line in the recipe is blank. 
  685.  
  686. Append text    If this is checked, the standard or custom text will be appended 
  687.                to the existing text in the Source/Author line. 
  688.  
  689. Custom Text    If this is check the text that you enter in the entry field 
  690.                below will be used in place of the standard text. 
  691.  
  692.  
  693. ΓòÉΓòÉΓòÉ 4.9. Options Misc Help ΓòÉΓòÉΓòÉ
  694.  
  695. Log File            If this is checked, a log file will be maintained in the 
  696.                     working dir.  The file name will be kitchen.log.  The log 
  697.                     file can be view by selecting the menu item, file, View Log 
  698.                     You can also erase the file or delete entries from the file 
  699.                     from the View Log window.  Should the file size exceed 
  700.                     500KB a message will be display when you start up Kitchen 
  701.                     Assistant/2 
  702.  
  703.  
  704. ΓòÉΓòÉΓòÉ 4.10. Predefined Ingredients ΓòÉΓòÉΓòÉ
  705.  
  706. The predefined ingredients for  Kitchen Assistant/2 are set here.  Thier is a 
  707. limit of 100 predefined ingredients. The predifine ingredient list will be 
  708. available when you are editing the ingredients. 
  709.  
  710. Recipes that are being imported will used the ingredients contained in the 
  711. imported recipe, unless you select to change them manually by selecting the 
  712. verify option in the Import window. 
  713.  
  714. New ingredients can be add to the predefine list by entering them to the top 
  715. entry field, then pressing return. 
  716.  
  717. To delete ingredients from the list select the ingredient(s) you want to 
  718. delete, then press the delete button. 
  719.  
  720. CAUTION:
  721. There is a limit of 100 predefined ingredients allowed. 
  722.  
  723.  
  724. ΓòÉΓòÉΓòÉ 5. View Window ΓòÉΓòÉΓòÉ
  725.  
  726. The view recipe window contains two areas, the Multiline view area and the 
  727. control buttons.  You cannot modify a recipe directly in this window.  If you 
  728. wish to modify the recipe being viewed, press the Edit Button. 
  729.  
  730. The recipes that are viewed in this window are the selected recipes in the 
  731. listbox in the main window. 
  732.  
  733. The control buttons available in this window are: 
  734.  
  735. First          Moves to the first selected recipe. 
  736. Last           Moves to the last selected recipe. 
  737. Previous       Moves to the previous selected recipe. 
  738. Next           Moves to the next selected recipe. 
  739. Edit           Edit the current recipe. 
  740. Print          Print the current recipe. 
  741. Exit           Returns to the main window. 
  742.  
  743.  
  744. ΓòÉΓòÉΓòÉ 6. Recipe Editor ΓòÉΓòÉΓòÉ
  745.  
  746. The Recipe Editor is use to entered a new recipe or to modify an existing 
  747. recipe. The window consist of two main areas, the recipe area and the control 
  748. area. 
  749.  
  750. RECIPE AREA    The recipe will be displayed in this area, along with the 
  751.                section headings.  If a new recipe is being entered the area 
  752.                will only contain the section heading.  There is one control 
  753.                button for each section. 
  754. CONTROL AREA   The control button are use to open a editor window for the 
  755.                selected section.  The twelve control buttons are: 
  756.  
  757.    Title 
  758.    Group 
  759.    Description 
  760.    Ingredient 
  761.    Instruction 
  762.    Save 
  763.    Preparation 
  764.    Serving 
  765.    Source 
  766.    Notes 
  767.    Nutrition 
  768.    Cancel 
  769.  
  770. The entries or modification will not be saved until the save button is pressed. 
  771. Pressing the cancel button will cause all the changes to be lost. 
  772.  
  773.  
  774. ΓòÉΓòÉΓòÉ 6.1. Title Editor ΓòÉΓòÉΓòÉ
  775.  
  776. If a title already exist for this recipe it will appear in the entry box.  You 
  777. can edit it or enter a new title. Press the OK button to save the title in the 
  778. recipe area of the editor window.  Pressing the Cancel Button will leave the 
  779. title unchanged. 
  780.  
  781. Kitchen Assistant/2 does not allow duplicate titles in the database.  If a 
  782. duplicate title is entered, a warning message box will be displayed  when you 
  783. go press the OK button. 
  784.  
  785.  
  786. ΓòÉΓòÉΓòÉ 6.2. Group Edit ΓòÉΓòÉΓòÉ
  787.  
  788. The Group Editor window is used to attached one or more group(s) to a recipe. 
  789.  
  790. The Group editor windows contains 2 listboxes, the left one contains the 
  791. predefined groups and the right one for Groups to be attached to the current 
  792. recipe.  The window also has a entry field to permit you to use a group that is 
  793. not contained in the predefine list. If the recipe being edited contains 
  794. group(s) they will appear in the right listbox. If any of these groups appear 
  795. in the predefined listbox they will be removed. 
  796.  
  797. If you wish to have the new group appear in the predefined list, you will have 
  798. go to the Options, Groups window and add it to the define group list there. 
  799.  
  800. To attach one or more group(s) to the recipe from the predefine list, select 
  801. the group(s) you want from the left listbox, then press the Add button.  For 
  802. multiple selections Hold the Ctrl key down while make the selection with the 
  803. mouse or the keyboard to select multiple entries. You can select groups from 
  804. the predefined list and enter a new group in the new entry field in one 
  805. operation. 
  806.  
  807. The remove Button will remove any selected groups from the Recipe Groups 
  808. listbox and place them in the left hand listbox. 
  809.  
  810. Note:  This WILL NOT place the group into the permanent predefine list. 
  811.  
  812. The Deselect button will deselect all items in both boxes. 
  813.  
  814. Press the OK button when you are done and the groups will be transferred to the 
  815. recipe editor window.  Pressing the cancel will caused any changes to be lost. 
  816.  
  817.  
  818. ΓòÉΓòÉΓòÉ 6.3. Description Edit ΓòÉΓòÉΓòÉ
  819.  
  820. A recipe description can be entered here.  Do not enter carriage returns, 
  821. unless you need them for some special formatting.  I would advise that you do 
  822. not since they may mess up  Kitchen Assistant/2  formatting. 
  823.  
  824.  
  825. ΓòÉΓòÉΓòÉ 6.4. Ingredients Edit ΓòÉΓòÉΓòÉ
  826.  
  827. The Ingredient Edit window is used to enter or modify the Ingredients for the 
  828. recipe. 
  829.  
  830. The main area is the text entry box in the center of the window. You can enter 
  831. the ingredients directly into this area if you observe the correct formatting 
  832. listed below.  You can also use the three ingredient entry fields at the top of 
  833. the window and the header entry field at the bottom of the window to enter the 
  834. text for the ingredients.  Using these entry field will ensure that the entries 
  835. are in the correct format. 
  836.  
  837. INGREDIENT TEXT FORMATTING 
  838.  
  839.    Ingredient Header The header should be on a line by it's self and should be 
  840.                      preceeded by 5 or more Header Characters, optionally 
  841.                      followed by 5 or more Header characters The header 
  842.                      character is user defineable in the Options/Printer page 
  843.                      of the notebook. 
  844.  
  845.    Ingredient Line   The qty and measure fields must be followed by a 2 or more 
  846.                      spaces or a tab character. The measurement should 1 or 2 
  847.                      chars.  While they can be any characters, I suggest that 
  848.                      you use a standard abbreviation. 
  849.                      If an ingredient does not have a qty or measurement, a "-" 
  850.                      should be entered in the Qty field. 
  851.                      The ingredient text should be formatted as follows: 
  852.  
  853.                                                       IngredientText[, AdditionText]
  854.  
  855.  The item within the brackets are optional and is used for additional 
  856.  descriptive text associated with the ingredient. The IngredientText should be 
  857.  just the ingredient ie: Onions, this should be followed by a "," or ";" if 
  858.  there is a addition descriptive text for the ingredient ie: "Sliced thin". 
  859.  An example of a ingredient line would be: 
  860.  
  861.                                                      3  lg  Onions, Sliced thin
  862.                                                               or
  863.                                                          1  c  flour
  864.  
  865.  The ingredientText portion the the line is used for the ingredient indexing 
  866.  used Kitchen Assistant/2 to speed up some of it's operation.  If the comma is 
  867.  omitted the program will work, although the number of index entries may 
  868.  increase unnecessarily and impact the performance of the program. 
  869.  
  870. If you use the ingredient entry fields, be sure that the cursor is at the 
  871. beginning of the line that you want the text to be placed.  These entry field 
  872. are useful only if you are entering new text. If you are modifying text, do it 
  873. directly in the ingredient area in the center of the window. 
  874.  
  875. Header Button All you need to do to create a header entry is to enter the 
  876.           heading text, select it, then press the Header button.  The selected 
  877.           text will be formatted as a header. 
  878.  Using the ingredient entry fields 
  879.  
  880. Quanty    Enter a numeric qty.  Enter a fractional qty as 1 1/2.  Do not use 
  881.           decimal entry. 
  882.  
  883. Measure   Press the button on the right side of the field to drop down the list 
  884.           of measurements.  Select the desired measurement. The drop down box 
  885.           will close. Only the abbreviated text will be used in the recipe for 
  886.           the unit of measure.  If you enter your own unit of measure in this 
  887.           entry field be sure to limit it to 2 characters. 
  888.  
  889. Ingredient Enter the ingredient in the ingredient entry field.  Limit this to 
  890.           the ingredient name.  Any additional information should be entered 
  891.           into the text entry field. 
  892.  
  893. Text      This is used for descriptive information for the ingredient such as 
  894.           "Slice thin". 
  895. When done press the ADD button to transfer the text to the main text entry 
  896. field. 
  897.  
  898. When all the ingredient have been entered or modify, press the OK button to 
  899. move the text to the Recipe Editor window.  Pressing the cancel button will 
  900. cause all changes to be loss. 
  901.  
  902.  
  903. ΓòÉΓòÉΓòÉ 6.5. Instruction Editor ΓòÉΓòÉΓòÉ
  904.  
  905. The Instruction section is where you enter the step by step instruction for the 
  906. recipe.  The instructions are stored as paragraph, with a blank line or a 
  907. header denoting the beginning of a paragraph.  You should let the program 
  908. format the lines in a paragraph.  You can enter your own line breaks if they 
  909. are need for clarity. 
  910.  
  911. You can create a heading entry by enter the heading text,select it then pres 
  912. the header button. 
  913.  
  914. Header can be entered directly into the instruction field if the correct format 
  915. is observed. The header should be on a line by it's self and should be 
  916. preceeded by 5 or more Header Characters, optionally followed by 5 or more 
  917. Header characters The default Header Character is defined in the option / 
  918. printer notebook page.. 
  919.  
  920. After all the instruction have been entered or modified, press the OK button to 
  921. save the text to the Recipe Editor window.  Pressing the Cancel button will 
  922. cause the changes to be lost. 
  923.  
  924.  
  925. ΓòÉΓòÉΓòÉ 6.6. Save Edited Recipe ΓòÉΓòÉΓòÉ
  926.  
  927. The Save button will save the recipe if it a new recipe or if the recipe has 
  928. been modified.  The Editor window will be exited and you will return to the 
  929. previous window. 
  930.  
  931.  
  932. ΓòÉΓòÉΓòÉ 6.7. Preparation Edit ΓòÉΓòÉΓòÉ
  933.  
  934. This Edit window is used to enter the preparation and cooking times for the 
  935. recipe. After entering the information into the entry fields, Press OK to save 
  936. the text to the Recipe Editor window.  Pressing cancel will cause the changes 
  937. made in this window to be lost. 
  938.  
  939.  
  940. ΓòÉΓòÉΓòÉ 6.8. Serving Edit ΓòÉΓòÉΓòÉ
  941.  
  942. This Edit window is used to enter the Yield information for the recipe. Enter a 
  943. numeric qty in the Qty entry field.  The Measurement is selected from the 
  944. dropdown list box.  You can add addition measurement to this box by using the 
  945. Option, Measures from the menu bar. 
  946.  
  947. Press OK to save the text entered in this window to the Recipe Editor window. 
  948. Pressing cancel will cause any changes made in this window to be lost. 
  949.  
  950.  
  951. ΓòÉΓòÉΓòÉ 6.9. Source Edit ΓòÉΓòÉΓòÉ
  952.  
  953. The Source Edit window is used to enter the Source or author information for 
  954. the recipe. Enter the text in the entry field. 
  955.  
  956. Press OK to save the text to the Recipe Editor window.  Pressing cancel will 
  957. cause the changes made in this window to be lost. 
  958.  
  959.  
  960. ΓòÉΓòÉΓòÉ 6.10. Notes Edit ΓòÉΓòÉΓòÉ
  961.  
  962. The Note Edit Window is used for miscellaneous. notation for the recipe. 
  963.  
  964. While you can enter the text with carriage return, I would recommend that you 
  965. enter the text without them and let the program handle the line formatting. 
  966. This may avoid problems later on when you try to print the recipe. 
  967.  
  968. Press the OK button when you have finished to save the text to the editor 
  969. window.  Pressing cancel will lose any changes. 
  970.  
  971.  
  972. ΓòÉΓòÉΓòÉ 6.11. Nutrition Edit ΓòÉΓòÉΓòÉ
  973.  
  974. This Edit window used to enter the Nutritional information for the recipe. 
  975.  
  976. Use the per spin button to select the unit of measure that the nutritional 
  977. values are based on. 
  978. The measurements used here are same as used for the recipe Yield field. You can 
  979. add addition units of measure to this box by using the Option, Yield from the 
  980. menu bar and adding the new units to the Yield list. 
  981. Complete entering numeric values for the rest of the fields in this window. 
  982. Valid characters are 1234567890.\ and space. Do not enter the unit of measure, 
  983. such as grams. 
  984.  
  985. Press OK to save the text to the Recipe Editor window.  Pressing cancel will 
  986. cause the changes to be lost. 
  987.  
  988.  
  989. ΓòÉΓòÉΓòÉ 6.12. Cancel Edit ΓòÉΓòÉΓòÉ
  990.  
  991. The cancel Button will return to the previous window.  Any changes will NOT be 
  992. saved. 
  993.  
  994.  
  995. ΓòÉΓòÉΓòÉ 7. Import Window ΓòÉΓòÉΓòÉ
  996.  
  997. The Import Window provides the user with the ability to select some options via 
  998. checkboxes before starting the import. 
  999.  
  1000. The name of the file to be imported appears in the title bar of the window.  If 
  1001. you wish to change to another file, press the File button in this window. 
  1002.  
  1003. CHECKBOXES 
  1004. Verify         If this is checked the Editor window will be opened for each 
  1005.                recipe.  This will give the user the ability to edit the recipe 
  1006.                if desired. 
  1007. Add to List Box If this is checked, as each recipe is imported, it will be 
  1008.                added to the Listbox. 
  1009.  
  1010. The import of the file will begin when you press the Start button.  During the 
  1011. import process the title of the recipe will be displayed in the entry field and 
  1012. added to the listbox if you have checked the Add to Listbox checkbox.  The 
  1013. count of recipes imported will be displayed in the left status bar.  The Right 
  1014. status bar will contain the count of import error.  The Log can be viewed to 
  1015. determine the reason for the error. 
  1016.  
  1017. The import can be cancelled by pressing the Cancel Button. Upon completion of 
  1018. the import, the Start Button will change to OK.  Pressing the OK button will 
  1019. return you to the main window. 
  1020.  
  1021.  
  1022. ΓòÉΓòÉΓòÉ 8. File Dialog ΓòÉΓòÉΓòÉ
  1023.  
  1024. The File Dialog window permits you to navigate the systems file structure. 
  1025. Drives and directory can be selected as well as file. Kitchen Assistance will 
  1026. provide the default file mask, drive, and directory.  You can use these 
  1027. defaults or change them to suit your needs. 
  1028.  
  1029.  
  1030. ΓòÉΓòÉΓòÉ 9. RegisterHlp ΓòÉΓòÉΓòÉ
  1031.  
  1032. Enter the registered name and the serial number and the registeration number 
  1033. you recieved when you registered KA/2 in the entry fields then press the OK 
  1034. button. 
  1035.  
  1036. Warning: If the registration infomation you entered is incorrect a warning 
  1037. message will be displayed. 
  1038.  
  1039. You can abort the register screen by pressing the the cancel button. 
  1040.  
  1041. To register KA/2 or for pricing infomation see the REGISTER.FRM file that is 
  1042. included in the zip file. 
  1043.  
  1044.  
  1045. ΓòÉΓòÉΓòÉ 10. Print/Export Styles ΓòÉΓòÉΓòÉ
  1046.  
  1047. This window will open when you print a recipe if you have defined additional 
  1048. print format in the Options Notebook. The default format will be selected. 
  1049. After selecting the format you wish to use, press OK. 
  1050.  
  1051.  
  1052. ΓòÉΓòÉΓòÉ 11. Beta Version ΓòÉΓòÉΓòÉ
  1053.  
  1054. The Beta version release of Kitchen Assistant/2 is made available to any one 
  1055. who wants to help in testing the program. This version does not contain the 
  1056. "nag" screen, but does contain a time limit.  See Registering for more 
  1057. information on the "nag" screen. 
  1058. When the time limit expires, the Beta Kitchen Assistant/2 will revert to a 
  1059. standard unregistered version. 
  1060.  
  1061. CAUTION:
  1062. Of course any bug that that existed will still exist. You should upgrade to the 
  1063. latest release as soon as possible. 
  1064.  
  1065. You can register the Beta version at no cost before the Beta Limit date or 
  1066. until the next GA (General Availability) version is released.  As a register 
  1067. beta user you will receive a no discount on the GA registration fee.  Also you 
  1068. will be notified of any new beta release of this version and notification of 
  1069. the GA release.  If you encounter any problems with Kitchen Assistant/2 please 
  1070. contact support to report the problem. 
  1071.  
  1072. Note:  See the register.txt file included with the program for full information 
  1073. on registering Kitchen Assistant/2 
  1074.  
  1075.  
  1076. ΓòÉΓòÉΓòÉ 12. Support ΓòÉΓòÉΓòÉ
  1077.  
  1078. Questions and problems can be sent to: 
  1079.  
  1080.                       Internet address anancoz@pipeline.com
  1081.                               Compuserve: 73777,13
  1082.                                 US Mail address:
  1083.  
  1084.                                    Allan Nancoz
  1085.                                  349 Quincy Ave.
  1086.                                Bronx, NY 10465-3011
  1087.  Version # 
  1088. Problem/symptoms/Question: 
  1089. Serial Number (from Product info screen): 
  1090. Your Name and address. 
  1091. Your E-mail address: (if you have one) 
  1092. If you have a Email address I will acknowledge reciept of the problem report. 
  1093. You will be informed of the resolution.  How you can get a fix will depend on 
  1094. the serverity of the problem, if you are a register user.  We are committed to 
  1095. providing the end user with a reliablable, working product.  Even if you not a 
  1096. registered user, I want to hear about any problem you are having with KA/2. 
  1097.  
  1098.  
  1099. ΓòÉΓòÉΓòÉ 13. Licence ΓòÉΓòÉΓòÉ
  1100.  
  1101.                                      License
  1102. Kitchen Assistant/2 is a copyrighted program. It is not public domain or free 
  1103. software.  A limited license is granted for the purpose of determining 
  1104. suitability of the program. Registration is required for any use beyond a 30 
  1105. day evaluation period. Unregistered copies of this program may be distributed 
  1106. providing that all the materials in this package are included in unaltered 
  1107. form. Copies may not be sold or fees charged for more than the cost of the 
  1108. media without permission of the author. 
  1109.  
  1110.  Registered user have the right to use this program for their personal use on 
  1111. one or more computers provided that only 1 copy is in use at the same time. 
  1112.  
  1113.                          Copyright (C) Allan Nancoz 1994
  1114.  
  1115.                                    DISCLAIMER
  1116. This software is provided as is with no warranties expressed or implied. Under 
  1117. no circumstances will I be liable for any loss of time, data or monies caused 
  1118. by your use of this program. 
  1119.  
  1120.  
  1121. ΓòÉΓòÉΓòÉ 14. Product Infomation ΓòÉΓòÉΓòÉ
  1122.  
  1123. Thr Product Information display the version of this copy of  Kitchen 
  1124. Assistant/2  Along with the the Name and serial number if this is a registered 
  1125. copy. 
  1126.  
  1127. If this is not a registered copy, a register button will be at the bottom of 
  1128. the window.  Press the button to open the register window in which you can 
  1129. enter your registration information. 
  1130.  
  1131. The icon button at the top is used to close the window.  This button will not 
  1132. be active if this is not a registered copy.  In this case the window will close 
  1133. after a predetermined time. 
  1134.  
  1135. If the copy is a active Beta release, the words "BETA VERSION" and the 
  1136. expiration date will appear in the lower box. 
  1137. For unregistered copies this window will be open at the start up of the program 
  1138. for a predetermined time.